projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d843de
)
A forgotten file.
author
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 17 Feb 2004 20:48:25 +0000
(20:48 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Tue, 17 Feb 2004 20:48:25 +0000
(20:48 +0000)
gtk/gtkcombobox.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcombobox.h
b/gtk/gtkcombobox.h
index 504f33edacb9c6c2383349b20eff190fd5b3b183..758acefff38e0357d0c752e322fbc054f73bb5d8 100644
(file)
--- a/
gtk/gtkcombobox.h
+++ b/
gtk/gtkcombobox.h
@@
-99,6
+99,10
@@
void gtk_combo_box_prepend_text (GtkComboBox *combo_box,
void gtk_combo_box_remove_text (GtkComboBox *combo_box,
gint position);
+/* programmatic control */
+void gtk_combo_box_popup (GtkComboBox *combo_box);
+void gtk_combo_box_popdown (GtkComboBox *combo_box);
+
G_END_DECLS
#endif /* __GTK_COMBO_BOX_H__ */